projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b0bcd
)
Remove unnecessary call to message in js.el
author
Matt Beshara
<m@mfa.pw>
Wed, 5 May 2021 12:49:33 +0000
(14:49 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 5 May 2021 12:49:33 +0000
(14:49 +0200)
* lisp/progmodes/js.el (js--end-of-defun-nested): Remove debugging
message left over (bug#48234).
lisp/progmodes/js.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/js.el
b/lisp/progmodes/js.el
index a942235f474361f2dc7bd6ebad3a75924712ec6c..eeb85d9df0c5c309d78211ddf092c242b957583f 100644
(file)
--- a/
lisp/progmodes/js.el
+++ b/
lisp/progmodes/js.el
@@
-1340,7
+1340,6
@@
LIMIT defaults to point."
(defun js--end-of-defun-nested ()
"Helper function for `js-end-of-defun'."
- (message "test")
(let* (pitem
(this-end (save-excursion
(and (setq pitem (js--beginning-of-defun-nested))